Replaced float vars with double to avoid conversion warnings on VS 8.0
This commit is contained in:
parent
692d26a881
commit
4c76c89592
3 changed files with 6 additions and 6 deletions
|
|
@ -9,6 +9,6 @@
|
|||
namespace eo
|
||||
{
|
||||
/// The Global random number generator.
|
||||
eoRng rng(time(0));
|
||||
eoRng rng( (uint32_t) time(0) );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue