Please enable JavaScript to view this site.

IBM® SPSS® Amos™ 32

The following program generates 20 random numbers.

Imports System.Diagnostics
Module MainModule
    Sub Main()
        Dim arand As New AMOSRANDOMLib6.AmosRanGen
        Dim i As Long
        For i = 1 To 20
            Debug.WriteLine(arand.NextNormal())
        Next
    End Sub
End Module

© 2026 Amos Development Corporation