getseed {ngram} | R Documentation |
getseed
Description
A seed generator for use with the ngram package.
Usage
getseed()
Details
Uses a 96-bit hash of the current process id, time, and a random uniform value from R's random generator.
See Also
[Package ngram version 3.2.3 Index]