Packages

Tiny Mersenne Twister (TinyMT) for Erlang

Retired package: Deprecated - Use Erlang rand module instead

Current section

Files

Jump to
tinymt Makefile.tinymt
Raw

Makefile.tinymt

# erlang.mk Makefile for tinymt-erlang
PROJECT = tinymt
CT_SUITES = tinymt32
ERLC_OPTS = -Werror +debug_info +warn_export_all +warn_export_vars \
+warn_shadow_vars +warn_obsolete_guard +bin_opt_info +warn_missing_spec
# Uncomment this for enabling HiPE
# ERLC_OPTS += +native "+{hipe, [o3]}"
include erlang.mk
speed: all
escript ./test-scripts/testspeed.escript