Posted January 13, 20178 yr Dear folks! So inspired using OM since a couple of weeks. I do have a question, one of you might have run into before. I have sincere trouble integrating a third party package into OM. Randist would be amazing because of its normal distributed random generators. I found cl-randist here:https://github.com/lvaruzza/cl-randist Happy to read your ideas, thanks in advance! .-.deno.--.-
January 14, 20178 yr You can add the CL-RANDIST library with the quicklisp installer: (ql:quickload "cl-randist") How to install the QUICKLISP you will find here:
January 14, 20178 yr Author thanks a lot! but stil I get this error > Error: File #P"/Applications/Opusmodus.app/Contents/Resources/third-party/bordeaux-threads/packages.lisp" not found ...when evaluating (ql:quickload "cl-randist") no idea how it happens to search in bordeaux-threads... how is this possible? best greets -.-deno.,.,
January 14, 20178 yr Just install the bordeaux-threads library with the quicklisp installer before the cl-randist library. Here QuickLisp Beta you will find documents on how to use the quicklisp installer.
January 14, 20178 yr Author installed bordeaux-threads successfully :) but with cl-randist... same error....
Create an account or sign in to comment