Browse thread
Random.int on non unix platform
- Martin Quinson
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Martin Quinson <mquinson@z...> |
| Subject: | Random.int on non unix platform |
How can I write this without the unix library ? Random.init (int_of_float (Unix.time ()));; Thanks, Mt.