Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Aug 29, 2018
1 parent 1ace207 commit e39f52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Prototypes/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Description -> "A paclet for prototype functions",
Creator -> "Arnoud Buzing",
Publisher -> "Wolfram Research",
Version -> "0.3.5",
Version -> "0.3.6",
MathematicaVersion -> "11.2+",
Loading -> "Startup",
Thumbnail -> "icons/icon.png",
Expand Down Expand Up @@ -36,7 +36,7 @@
"Prototypes`ImageStrictlyPortraitQ", "Prototypes`ImportDirectory",
"Prototypes`ImportFiles", "Prototypes`InformationDataset",
"Prototypes`LayeredGeoGraphics", "Prototypes`MakeString",
"Prototypes`MaxBy", "Prototypes`MeanBy", "Prototypes`MedianBy",
"Prototypes`MaxBy", "Prototypes`MeanBy", "Prototypes`MedianBy",
"Prototypes`MinBy", "Prototypes`NextToLast", "Prototypes`Ninth",
"Prototypes`NotebookTranslate", "Prototypes`NounQ",
"Prototypes`PacletInformationDataset", "Prototypes`Penultimate",
Expand Down
3 changes: 0 additions & 3 deletions Prototypes/Random.wl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ RandomRealPoints[list_, n_Integer: 1] := Table[Map[RandomReal, list], n]

RandomCircle[list_] := Circle[ RandomRealPoints[list] ]




(* get a random Wikipedia article *)
RandomWikipediaData[] := Module[ {response, topic},
response = URLRead["https://en.wikipedia.org/wiki/Special:Random", FollowRedirects -> False];
Expand Down

0 comments on commit e39f52c

Please sign in to comment.