File: NAMESPACE

package info (click to toggle)
r-cran-rngtools 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 204 kB
  • sloc: sh: 9; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated by roxygen2: do not edit by hand

export(.getRNG)
export(.setRNG)
export(RNGdigest)
export(RNGinfo)
export(RNGrecovery)
export(RNGseed)
export(RNGseq)
export(RNGseq_seed)
export(RNGstr)
export(RNGtype)
export(checkRNG)
export(getRNG)
export(getRNG1)
export(hasRNG)
export(nextRNG)
export(rng.equal)
export(rng1.equal)
export(setRNG)
export(showRNG)
import(digest)
import(methods)
importFrom(parallel,nextRNGStream)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,tail)