// Home / Documentation / Release Note

Release Note

Attention – for those who have been using NtRand2.0 or former –

Interface of functions has changed substantially in NtRand3.0 and later version!!

You can check the difference below.

NtRand Version 3.3.0 Release Note

September 26, 2012

NtRand 3.3 – New Feature

Below are 7 new functions.

  Rand. Dist. Inv. Mom(*). Param. Mean Stdev. Skew. Kurt.
Uniform Supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported
Beta Supported Supported Supported Supported Supported Supported Supported Supported Supported
Chi Supported Supported Supported Supported Not supported Supported Supported Supported Supported
Chi square Supported Supported Supported Supported Not supported Supported Supported Supported Supported
F Supported Supported Supported Supported Not supported Supported Supported Supported Supported
Gamma Supported Supported Supported Supported Supported Supported Supported Supported Supported
Gumbel Supported Supported Supported Supported Supported Supported Supported Supported Supported
Johnson SU Supported Supported Supported Supported Supported Supported Supported Supported Supported
Logistic Supported Supported Supported Supported Supported Supported Supported Supported Supported
Log Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
Standard Normal Supported Supported Supported Not supported Not supported Not supported Not supported Not supported Not supported
Poisson Supported Supported Supported Supported Not supported Supported Supported Supported Supported
t Supported Supported Supported Supported Not supported Supported Supported Supported Supported
Triangular Supported Supported Supported Supported Supported Supported Supported Supported Supported
Truncated Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
Weibull Supported Supported Supported Supported Supported Supported Supported Supported Supported
Multi Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
 

(*) Mom. function returns mean, standard deviation, skewness and kurtosis of the distribution at once.

 
  • Supported – Supported
  • Not supported – Not supported

NtRand 3.3 – Specification Change

NtRand 3.3 Bugs – Fixed

  • Error in calculation of probability density function in truncated normal distribution.
    • Before)f(x)=\frac{1}{\sigma}\phi\left(\frac{x-m}{\sigma}\right)
    • After)f(x)=\frac{1}{\sigma\Delta}\phi\left(\frac{x-m}{\sigma}\right)

    Please refer to Truncated Normal Distribution for marks in the formula.

  • Transform error in NTCOV2COR (Supposed to be variance-covariance matrix to correlation matrix)

NtRand Version 3.2.0 Release Note

October 28, 2011

NtRand 3.2 – New Feature

  • 64bit Excel.
  • Excel 2010 limits 1048576 rows by 16384 columns.
    NtRand can generate random numbers with no limit depending on your memory size, under Excel restriction.
  • Function wizard is improved. Options are shown in combo box of algorithm.
  • NtVersion is added. It returns version information of NtRand.

NtRand 3.1.0 Bugs – Fixed

NtRand Version 3.1.0 Release Note

January 12, 2011

NtRand 3.1 – New Feature

  Rand. Dist. Inv. Mom(*). Param. Mean Stdev. Skew. Kurt.
Uniform Supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported
Beta Supported Supported Supported in excel Supported Supported Supported Supported Supported Supported
Chi Supported Supported Not supported Supported Not supported Supported Supported Supported Supported
Chi square Supported Supported Supported in excel Supported Not supported Supported Supported Supported Supported
F Supported Supported Supported in excel Supported Not supported Supported Supported Supported Supported
Gamma Supported Supported Supported in excel Supported Supported Supported Supported Supported Supported
Gumbel Supported Supported Supported Supported Supported Supported Supported Supported Supported
Johnson SU Supported Supported Supported Supported Supported Supported Supported Supported Supported
Logistic Supported Supported Supported Supported Supported Supported Supported Supported Supported
Log Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
Standard Normal Supported Supported Supported Not supported Not supported Not supported Not supported Not supported Not supported
Poisson Supported Supported Not supported Supported Not supported Supported Supported Supported Supported
t Supported Supported Supported in excel Supported Not supported Supported Supported Supported Supported
Triangular Supported Supported Supported Supported Supported Supported Supported Supported Supported
Truncated Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
Weibull Supported Supported Supported Supported Supported Supported Supported Supported Supported
Multi Normal Supported Supported Supported Supported Supported Supported Supported Supported Supported
 

(*) Mom. function returns mean, standard deviation, skewness and kurtosis of the distribution at once.

 
  • Supported – Supported
  • Supported in excel – Supported in Excel
  • Not supported – Not supported

NtRand 3.0.1 Bugs – Fixed

NTWEIBULLPARAM’s output order for parameters of Weibull distribution is different from input order for parameters of other related functions of Weibull distribution.

NtRand Version 3.0.1 Release Note

March 9, 2010

NtRand 3 Bugs – Fixed

  • E-mail address in a dialog box which appears when Excel starts was wrong.

NtRand 3.0.1 – Known Issues

  • NTWEIBULLPARAM’s output order for parameters of Weibull distribution is different from input order for parameters of other related functions of Weibull distribution.

NtRand Version 3.0 Release Note

March 1, 2010

  • Some functions (NtOptionBS, NtOptionBF, NtOptionGK, NtMonteCarloFM and NtPCA) have been removed from implemented functions.
  • Random number generating functions which are passed moments of distribution as arguments have been removed. In the result, functions whose name is “NtRand***2” have been removed.
  • Name of all of functions have been changed into capital letters.
  • Name of functions “NtCorToCov” and “NtCovToCor” have been changed into “NTCOR2COV” and “NTCOV2COR” respectively.
  • Optional arguments of random number generating functions (e.g. algorithm, Random seed1 and so on) have been retruded (See reference manual).
  • Name of some arguments of random number generating functions (especially parameters of distribution functions) have been changed (See reference manual).
  • Random number generator function for Johnson SU distribution has been added.
  • Distribution functions (Dist.), inverse functions of cumulative distribution function (Inv.), functions to compute moments (around mean) of distribution (Mom.), function to estimate parameters of distribution for each distribution (Param.), functions to compute mean, standard deviation (Stdev.), skewness (Skew.) and kurtosis (Kurt.) of the distribution have been added.
    Newly supported functions are listed in the table below (green mark).
  Dist. Inv. Mom(*). Param. Mean Stdev. Skew. Kurt.
Uniform Not supported Not supported Not supported Not supported Not supported Not supported Not supported Not supported
Beta Supported in excel Supported in excel Supported Supported Supported Supported Supported Supported
Gumbel Supported Supported Supported Supported Supported Supported Supported Supported
Johnson SU Supported Supported Supported Supported Supported Supported Supported Supported
Logistic Supported Supported Supported Supported Supported Supported Supported Supported
Log Normal Supported Supported Supported Supported Supported Supported Supported Supported
Standard Normal Supported in excel Supported in excel Not supported Not supported Not supported Not supported Not supported Not supported
Poisson Supported in excel Not supported Supported Not supported Supported Supported Supported Supported
Triangular Supported Supported Supported Supported Supported Supported Supported Supported
Truncated Normal Supported Supported Supported Supported Supported Supported Supported Supported
Weibull Supported in excel Supported Supported Supported Supported Supported Supported Supported
 

(*)Mom: a function that returns mean, standard deviation, skewness and kurtosis of the distribution at once.

 
  • Supported – Newly supported
  • Supported in excel – Supported in Excel
  • Not supported – Not supported

Changes in Version 3.0

【Attention – for those who have been using NtRand2.0 or former -】

Interface of functions have been changed substantially in NtRand3.0!!

You can check the difference in below.

Version 2 Version 3 Changes Detail
NtRand NTRAND
NtRandBeta Deleted
NtRandBeta2 NTRANDBETA
  • Function Name
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandGumbel NTRANDGUMBEL
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandLogistic NTRANDLOGISTIC
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandLogNorm Deleted
NtRandLogNorm2 NTRANDLOGNORM
  • Function Name
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandMultiNorm NTRANDMULTINORM
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Random seed1,
  • Random seed2,
  • Use invert func,
  • Use antithetic,
  • Use resampling,
  • Cov,
  • Mean
  • Size,
  • Cov,
  • Mean,
  • Algorithm,
  • Random seed1,
  • Random seed2,
  • Use invert func,
  • Use antithetic,
  • Use resampling
NtRandNorm NTRANDNORM
NtRandPoisson NTRANDPOISSON
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandTriangular NTRANDTRIANGULAR
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Param3,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Param3,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandTruncNorm Deleted
NtRandTruncNorm2 NTRANDTRUCNORM
  • Function Name
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Param3,
  • Param4,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Param3,
  • Param4,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtRandWeibull NTRANDWEIBULL
  • Order of Arguments
Ver.2 Ver.3
  • Size,
  • Algorithm,
  • Param1,
  • Param2,
  • Random seed1,
  • Random seed2
  • Size,
  • Param1,
  • Param2,
  • Algorithm,
  • Random seed1,
  • Random seed2
NtBiNormDist NTBINORMDIST
NtMultiCovarp NTMULTICOVARP
NtMultiCorrel NTMULTICORREL
NtCorToCov NTCOR2COV Function Name
NtCovToCor NTCOV2COR Function Name
NtPCA Deleted
NtOptionBS Deleted
NtOptionBF Deleted
NtOptionGK Deleted
NtMonteCorloLFM Deleted
NTRANDJOHNSONSU NEW !!
NTBETAPARAM NEW !!
NTBETAMOM NEW !!
NTBETAMEAN NEW !!
NTBETASTDEV NEW !!
NTBETASKEW NEW !!
NTBETAKURT NEW !!
NTGUMBELDIST NEW !!
NTGUMBELINV NEW !!
NTGUMBELPARAM NEW !!
NTGUMBELMOM NEW !!
NTGUMBELMEAN NEW !!
NTGUMBELSTDEV NEW !!
NTGUMBELSKEW NEW !!
NTGUMBELKURT NEW !!
NTJOHNSONSUDIST NEW !!
NTJOHNSONSUINV NEW !!
NTJOHNSONSUPARAM NEW !!
NTJOHNSONSUMOM NEW !!
NTJOHNSONSUMEAN NEW !!
NTJOHNSONSUSTDEV NEW !!
NTJOHNSONSUSKEW NEW !!
NTJOHNSONSUKURT NEW !!
NTLOGISTICDIST NEW !!
NTLOGISTICINV NEW !!
NTLOGISTICPARAM NEW !!
NTLOGISTICMOM NEW !!
NTLOGISTICMEAN NEW !!
NTLOGISTICSTDEV NEW !!
NTLOGISTICSKEW NEW !!
NTLOGISTICKURT NEW !!
NTLOGNORMDIST NEW !!
NTLOGNORMINV NEW !!
NTLOGNORMPARAM NEW !!
NTLOGNORMMOM NEW !!
NTLOGNORMMEAN NEW !!
NTLOGNORMSTDEV NEW !!
NTLOGNORMSKEW NEW !!
NTLOGNORMKURT NEW !!
NTPOISSONMOM NEW !!
NTPOISSONMEAN NEW !!
NTPOISSONSTDEV NEW !!
NTPOISSONSKEW NEW !!
NTPOISSONKURT NEW !!
NTTRIANGULARDIST NEW !!
NTTRIANGULARINV NEW !!
NTTRIANGULARPARAM NEW !!
NTTRIANGULARMOM NEW !!
NTTRIANGULARMEAN NEW !!
NTTRIANGULARSTDEV NEW !!
NTTRIANGULARSKEW NEW !!
NTTRIANGULARKURT NEW !!
NTTRUNCNORMDIST NEW !!
NTTRUNCNORMINV NEW !!
NTTRUNCNORMPARAM NEW !!
NTTRUNCNORMMOM NEW !!
NTTRUNCNORMMEAN NEW !!
NTTRUNCNORMSTDEV NEW !!
NTTRUNCNORMSKEW NEW !!
NTTRUNCNORMKURT NEW !!
NTWEIBULLINV NEW !!
NTWEIBULLPARAM NEW !!
NTWEIBULLMOM NEW !!
NTWEIBULLMEAN NEW !!
NTWEIBULLSTDEV NEW !!
NTWEIBULLSKEW NEW !!
NTWEIBULLKURT NEW !!

Only current recommended releases are available on the main download page. Older releases are available from the older versions page.

 

Comments are closed.